php array filter only null

35

array_filter($array, function ($v) { return !is_null($v); });

Comments

Submit
0 Comments